fix(deps): update dependencies across 4 packages - #15
Open
dkhawk wants to merge 6 commits into
Open
Conversation
Automated dependency updates applied: - 🛑 com.google.maps.android:maps-compose 6.10.0 -> 8.3.0 (solution) - 🛑 com.google.maps.android:maps-compose 6.10.0 -> 8.3.0 (starter) - 🛑 com.google.maps.android:maps-ktx 5.2.0 -> 6.0.1 (starter) - 🛑 com.google.maps.android:maps-utils-ktx 5.2.0 -> 6.0.1 (starter)
dkhawk
marked this pull request as ready for review
July 16, 2026 15:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated dependency updates across starter and solution projects in codelab-maps-platform-101-compose.
Updated Dependencies:
com.google.maps.android:maps-compose:8.3.0->8.4.0com.google.maps.android:maps-ktx:6.0.1->6.2.0com.google.maps.android:maps-utils-ktx:6.0.1->6.2.0com.google.maps.android:android-maps-utils:4.5.2->5.0.0org.jetbrains.kotlin.android:2.2.10->2.4.10androidx.core:core-ktx:1.17.0->1.18.0🛠️ JVM Target Compatibility Update
To align with
maps-compose:8.4.0andmaps-ktx:6.2.0(which compile inline functions targeting JVM 11),sourceCompatibility,targetCompatibility, and KotlinjvmTargetwere updated to JVM 11 acrossstarterandsolutionmodules.Verification
starterandsolutionmodules compiled and tested cleanly (assembleDebug,test).